Updates to Fix pack section of container image doc#8098
Open
NottyCode wants to merge 1 commit intoOpenLiberty:vNextfrom
Open
Updates to Fix pack section of container image doc#8098NottyCode wants to merge 1 commit intoOpenLiberty:vNextfrom
NottyCode wants to merge 1 commit intoOpenLiberty:vNextfrom
Conversation
The fixpack section has two errors: 1. It states that only the last two quarterly releases are updated, but it is the last three 2. It gives an example of 25.0.0.9 versioned image using Java 21 and ubi, but Java 21 is only available with ubi-minimal This fix addresses both of these.
|
@leochr please have a look at this, in the context of the customer's follow-up request we want to avoid any confusion or doubt |
Member
|
@ramkumar-k-9286 Could you please merge? I added approval but don't have authorization to merge. |
|
I think the docs team is OOO until January 5th |
Contributor
|
I'm making the updates - on a separate vnext-based branch to merge to draft and staging. Please do not merge this PR. Regards, |
Contributor
|
@NottyCode @leochr @macdara-ibm The updates have been published via a different PR. https://openliberty.io/docs/latest/container-images.html#tags You can close this PR. Regards, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The fixpack section has two errors:
This fix addresses both of these.